Package com.cisco.pt.ipc.sim.impl
Class IPsecPeerImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.IPsecPeerImpl
Information provided by the PKI file:
\class IpsecPeer
\brief IpsecPeer handles and manipulates IPSec peers.
\example network().getDevice("Router0").getProcess("IpsecProcess").getCryptoMapSetAt(0).getTableAtIndex(0).getFlowAt(0).getPeerAt(0)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionIPsecPeerImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
IPsecPeerImpl
public IPsecPeerImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getCurrentSaGroup
Information provided by the PKI file:
\brief Returns the current IPSec SA group. \return IpsecSaGroup, the IpsecSaGroup object.- Specified by:
getCurrentSaGroupin interfaceIPsecPeer- Returns:
- IPsecSaGroup Returns a IPsecSaGroup
-
getPeerIp
Information provided by the PKI file:
\brief Returns the IPSec peer IP address. \return ip, the IPSec peer IP address.
-